Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: parallel function calling #225

Merged
merged 39 commits into from
Jun 8, 2024
Merged

feat: parallel function calling #225

merged 39 commits into from
Jun 8, 2024

Conversation

giladgd
Copy link
Contributor

@giladgd giladgd commented Jun 5, 2024

Description of change

  • feat: parallel function calling
  • feat: preload prompt
  • feat: prompt completion engine
  • feat: chat wrapper based system message support
  • feat: add prompt completion to the Electron example
  • feat: model compatibility warnings
  • feat: Functionary v2.llama3 support
  • feat: parallel function calling with plain Llama 3 Instruct
  • feat: improve function calling support for default chat wrapper
  • feat: parallel model downloads
  • feat: add the electron example to releases
  • feat: improve the electron example
  • feat: customStopTriggers for LlamaCompletion
  • fix: improve CUDA detection on Windows
  • fix: performance improvements
  • refactor: make functionCallMessageTemplate an object
  • chore: adapt to llama.cpp breaking changes

Pull-Request Checklist

  • Code is up-to-date with the master branch
  • npm run format to apply eslint formatting
  • npm run test passes with this change
  • This pull request links relevant issues as Fixes #0000
  • There are new or updated unit tests validating the change
  • Documentation has been updated to reflect this change
  • The new commits and pull request title follow conventions explained in pull request guidelines (PRs that do not follow this convention will not be merged)

@giladgd giladgd requested a review from ido-pluto June 5, 2024 23:33
@giladgd giladgd self-assigned this Jun 5, 2024
Copy link
Contributor

@ido-pluto ido-pluto left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@giladgd giladgd merged commit 95f4645 into beta Jun 8, 2024
11 checks passed
@giladgd giladgd deleted the gilad/parallelFunctionCalls branch June 8, 2024 23:48
Copy link

github-actions bot commented Jun 9, 2024

🎉 This PR is included in version 3.0.0-beta.23 🎉

The release is available on:

Your semantic-release bot 📦🚀

@giladgd giladgd mentioned this pull request Jun 9, 2024
17 tasks
Copy link

github-actions bot commented Sep 24, 2024

🎉 This PR is included in version 3.0.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

Successfully merging this pull request may close these issues.

2 participants